@charset "UTF-8";
@font-face {
  font-family: 'InkLipquid';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
:root {
  font-size: 62.5% !important;
}

[class*=show_] {
  display: none;
}

.block {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .hide_1200 {
    display: none !important;
  }
  .show_1200 {
    display: initial;
  }
  .show_1200.block {
    display: block;
  }
  .show_1200.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  br.show_1200 {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .show_992 {
    display: initial;
  }
  .show_992.block {
    display: block;
  }
  .show_992.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hide_992 {
    display: none;
  }
  br.show_992 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .show_768 {
    display: initial;
  }
  .show_768.block {
    display: block;
  }
  .show_768.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hide_768 {
    display: none;
  }
  br.show_768 {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  :root {
    font-size: 60% !important;
  }
  .show_576 {
    display: initial;
  }
  .show_576.block {
    display: block;
  }
  .show_576.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  br.show_576 {
    display: block;
  }
  .hide_576 {
    display: none;
  }
}
.branch_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;  
  /* height: 200px; background-image: url("https://img.megagong.net/beauty/branch/branch_top_bg.jpg"); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.branch_top h2 {
  line-height: 1.6;
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.branch .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0 95px 0;
  gap: initial;
}
.branch .tab_base {
  width: 100%;
  margin-bottom: 40px;
}
.branch .category {
  margin-bottom: 55px;
}
.branch .category li button {
  color: #222222;
}
.branch .category li.on button {
  color: #222222;
  font-weight: 700;
}
.branch .category li::before {
  display: none;
}
.branch .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 53px 21px;
}
.branch .table li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 385px;
  border-bottom: 0;
}
.branch .table li:first-of-type {
  border-top: 0;
}
.branch .table li a {
  width: 100%;
}
.branch .table li a:hover .table_td:nth-of-type(5) > span {
  color: #0082ff;
  border: 1px solid #0082ff;
}
.branch .table_th {
  position: relative;
  width: 100%;
  min-height: initial;
  padding: 0;
}
.branch .table_th.blue_patch::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "직영점";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background-color: #0082ff;
  color: #ffffff;
  display: none;
}
.branch .table_th > img {
  width: 385px;
  height: 262px;
  -o-object-fit: cover;
     object-fit: cover;
}
.branch .table_td {
  width: 100%;
  min-height: initial;
  padding: 0;
}
.branch .table_td:nth-of-type(2) {
  margin: 17px 0 12px 0;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}
.branch .table_td:nth-of-type(3) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 28.8px;
  margin-bottom: 7px;
  line-height: 1.2;
  color: #7b7b7b;
  font-size: 14px;
}
.branch .table_td:nth-of-type(4) {
  position: relative;
  padding-left: 16px;
  color: #7b7b7b;
  font-size: 14px;
}
.branch .table_td:nth-of-type(4)::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "T. ";
}
.branch .table_td:nth-of-type(5) {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 53px;
  height: 18px;
}
.branch .table_td:nth-of-type(5) > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #bbbbbb;
  font-size: 11px;
  text-align: center;
  border: 1px solid #ececec;
}
.branch .table_td:nth-of-type(5) > span:hover {
  color: #0082ff;
  border: 1px solid #0082ff;
}
.branch_center_footer {
  padding: 35px 0;
  background-color: #fff;
}
.branch_center_footer .title {
  margin-bottom: 30px;
  color: #222222;
  font-size: 14px;
}
.branch_center_footer .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 0;
}
.branch_center_footer .info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.branch_center_footer .info p {
  position: relative;
  margin-right: 12px;
  padding-right: 12px;
  color: #777777;
  font-size: 14px;
  text-align: left;
}
.branch_center_footer .info p::before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 1px;
  height: 11px;
  background-color: #8d8d8d;
}
.branch_center_footer .info p:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.branch_center_footer .info p:last-of-type::before {
  display: none;
}
.branch_center {
  max-width: initial !important;
}
.branch_center .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: initial;
  padding: 0;
}
.branch_center .inner .con_title,
.branch_center .inner .con_box {
  width: 100%;
}
.branch_center .inner .con_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.branch_center .inner .con_box > p {
  line-height: 1.4;
  color: #000000;
  font-size: 20px;
  text-align: center;
}
.branch_center .inner .con_box > p > span {
  color: #ffffff;
}
.branch_center .number {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 29px;
  margin-bottom: 17px;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  font-style: normal;
  background-color: #000000;
  border-radius: 50%;
}
.branch_center h3 {
  line-height: 60px;
  color: #ffffff;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}
.branch_center h3 span {
  color: #000000;
  display: inline-block;
  line-height:60px;
}
.branch_center .evMain h4 {
  line-height: 1.2;
  color: #000000;
  font-size: 54px;
  font-weight: 500;
  letter-spacing: -2px;
  text-align: center;
  font-family: 'InkLipquid';
}
.branch_center h4 {
  line-height: 1.2;
  color: #111111;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
.branch_center .evMain {
  width: 100%;
  height:578px;
  position: relative;
  display: flex;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: unset;
  background-image: url('https://img.megastudyacademy.co.kr/campus/mbc/branch/main_bg_branch.png');
}
.branch_center .evMain .con_title {
  margin-bottom: 40px;
}
.branch_center .evMain .con_title h4 {
  margin-bottom: 10px;
}
.branch_center .evCon1 {
  padding: 170px 0 130px 0;
  background-color: #111111;
}
.branch_center .evCon1 .con_title {
  margin-bottom: 73px;
}
.branch_center .evCon1 .con_title h4 {
  line-height: 1.2;
  color: #ffffff;
}
.branch_center .evCon1 .tab_base {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 43px;
}
.branch_center .evCon1 .tab_base li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: initial;
  min-height: 60px;
  border-bottom: 1px solid #393939;
}
.branch_center .evCon1 .tab_base li a {
  padding: 15px 0;
  line-height: 1.2;
  color: #777777;
  text-align: center;
}
.branch_center .evCon1 .table_wrap {
  padding: 48px 60px;
  background-color: #ffffff;
}
.branch_center .evCon1 .table_wrap > div {
  height: 450px;
  overflow: auto;
  /* custom scrollbar */
}
.branch_center .evCon1 .table_wrap > div::-webkit-scrollbar {
  width: 6px;
}
.branch_center .evCon1 .table_wrap > div::-webkit-scrollbar-track {
  background-color: #d9d9d9;
}
.branch_center .evCon1 .table_wrap > div::-webkit-scrollbar-thumb {
  background-color: #a6a6a6;
  border-radius: 20px;
  border: 0;
  background-clip: content-box;
}
.branch_center .evCon1 .table_wrap table tr td:last-of-type {
  padding: 16px 10px;
  text-align: left;
}
.branch_center .evCon1 .table_wrap table tr td.no_last {
  padding: 16px 10px;
  text-align: center;
}
.branch_center .evCon1 .table_wrap img{
  max-width:100% !important;
  height:auto !important;
}
.branch_center .evCon1 .tiny_noti {
  display: block;
  margin-top: 16px;
  color: #777777;
  font-size: 12px;
  text-align: right;
}

.branch_center .evCon1 .img_wrap {
  padding: 48px 60px;
  background-color: #ffffff;
}
.branch_center .evCon1 .img_wrap img {
  max-width:100% !important;
  height:auto !important;
}
.branch_center .evCon2 {
  padding: 163px 0 145px 0;
  background-image: url("https://img.megagong.net/beauty/branch/con2_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.branch_center .evCon2 .con_title {
  margin-bottom: 75px;
}
.branch_center .evCon2 .con_title h4 {
  color: #ffffff;
}
.branch_center .evCon2 .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  align-items: stretch;
}
.branch_center .evCon2 .review_box {
  width: calc(50% - 15px);
  padding: 35px 0 40px 0;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  height: inherit;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  height:214px;
}
.branch_center .evCon2 .review_box:first-of-type {
  width: 70%;
}
.branch_center .evCon2 .review_box .text {
  min-height: 80px;
  margin-bottom: 7px;
  line-height: 1.3;
  color: #222222;
  font-size: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;

}
.branch_center .evCon2 .review_box .who {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #767676;
  font-size: 13px;
  text-align: center;
}
.branch_center .evCon2 .review_box .who > img {
  margin-right: 9px;
}
.branch_center .evCon2 .tiny_noti {
  display: block;
  margin-top: 16px;
  color: #777777;
  font-size: 12px;
  text-align: right;
}
.branch_center .evCon3 {
  padding: 160px 0 179px 0;
  background-color: #ffffff;
}
.branch_center .evCon3 .con_title {
  margin-bottom: 60px;
}
.branch_center .evCon3 .con_title h4 {
  color: #222222;
}
.branch_center .evCon3 .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
.branch_center .evCon3 .box_wrap .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
}
.branch_center .evCon3 .box_wrap .box::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.branch_center .evCon3 .box_wrap .box:nth-of-type(1)::before {
  top: 35%;
  left: -92%;
  background-image: url("https://img.megagong.net/beauty/branch/con3_deco1.png");
}
.branch_center .evCon3 .box_wrap .box:nth-of-type(2) {
  margin-top: 78px;
}
.branch_center .evCon3 .box_wrap .box:nth-of-type(2)::before {
  top: 30%;
  left: -43%;
  background-image: url("https://img.megagong.net/beauty/branch/con3_deco2.png");
}
.branch_center .evCon3 .box_wrap .box:nth-of-type(3)::before {
  top: 35%;
  right: -87%;
  background-image: url("https://img.megagong.net/beauty/branch/con3_deco3.png");
}
.branch_center .evCon3 .box_wrap .box_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 246px;
}
.branch_center .evCon3 .box_wrap .box_text p {
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  text-align: center;
}
.branch_center .evCon3 .box_wrap .box_text p b {
  display: inline-block;
  margin-bottom: 17px;
  color: #ffffff;
  font-size: 19px;
}
.branch_center .evCon4 {
  padding: 160px 0 212px 0;
  background-color: #f2f2f2;
}
.branch_center .evCon4 .con_title {
  margin-bottom: 75px;
}
.branch_center .evCon4 .con_title h4 {
  color: #222222;
}
.branch_center .evCon4 .slide_teacher {
  position: relative;
}
.branch_center .evCon4 .slide_teacher .slide_box_teacher {
  position: relative;
  overflow: hidden;
}
.branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide {
  position: relative;
  overflow: hidden;
}
.branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap {
  position: relative;
  width: 100%;
  height: 582px;
  padding: 48px 32px;
  background-color: #ffffff;
  overflow: hidden;
}
.branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .type {
  margin-bottom: 16px;
  color: #222222;
  font-size: 30px;
  font-weight: 700;
  z-index: 1;
}
.branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .name {
  position: relative;
  margin-bottom: 16px;
  color: #222222;
  font-size: 20px;
  z-index: 1;
}
/* .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .name::after {
  margin-left: 5px;
  content: "강사";
} */
.branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .new {
  width: 51px;
  height: 19px;
  line-height: 17px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  background-color: #0082ff;
  border-radius: 40px;
  z-index: 1;
}
.branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .portrait {
  position: absolute;
  right: -32px;
  bottom: -140px;
  z-index: 0;
}
.branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .portrait > img {
  max-width: initial;
  width: 387px;
  height: 569px;
  -o-object-fit: cover;
     object-fit: cover;
}
.branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  opacity: 0;
  z-index: 2;
}
.branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .overlay h6 {
  line-height: 1.4;
  margin-bottom: 33px;
  color: #ffffff;
  font-size: 17px;
  text-align: center;
}
.branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .overlay p {
  color: #111111;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide:hover .teacher_wrap .overlay {
  opacity: 1;
}
.branch_center .evCon4 .slide_teacher .swiper-pagination {
  bottom: -52px;
}
.branch_center .evCon4 .slide_teacher .swiper-button-prev, .branch_center .evCon4 .slide_teacher .swiper-button-next {
  z-index: 2;
}
.branch_center .evCon4 .slide_teacher .swiper-button-prev::after, .branch_center .evCon4 .slide_teacher .swiper-button-next::after {
  display: none;
}
.branch_center .evCon4 .slide_teacher .swiper-button-prev {
  left: -75px;
}
.branch_center .evCon4 .slide_teacher .swiper-button-next {
  right: -75px;
}
.branch_center .evCon5 {
  padding: 160px 0 212px 0;
  background-color: #ffffff;
}
.branch_center .evCon5 .con_title {
  margin-bottom: 75px;
}
.branch_center .evCon5 .con_title h4 {
  color: #222222;
}
.branch_center .evCon5 .con_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.branch_center .evCon5 .con_box .center_slide {
  position: relative;
  width: 100%;
  height: 477px;
  overflow: hidden;
}
.branch_center .evCon5 .con_box .center_slide_view {
  width: calc(100% - 496px - 10px);
  height: 477px;
}
.branch_center .evCon5 .con_box .center_slide_view .swiper-slide {
  width: 25%;
  height: 100%;
}
.branch_center .evCon5 .con_box .center_slide_nav {
  width: 496px;
  height: 477px;
}
.branch_center .evCon5 .con_box .center_slide_nav .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}
.branch_center .evCon5 .con_box .center_slide_nav .swiper-wrapper .swiper-slide {
  width: 100% !important;
  height: 100%;
}
.branch_center .evCon5 .con_box .center_slide_nav .swiper-wrapper .swiper-slide > img {
  position: absolute;
}
.branch_center .evCon5 .con_box .center_slide_nav .swiper-slide {
  cursor: pointer;
}
.branch_center .evCon5 .con_box .center_slide_nav .swiper-slide-thumb-active {
  position: relative;
}
.branch_center .evCon5 .con_box .center_slide_nav .swiper-slide-thumb-active::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}
.branch_center .evCon5 .con_box .center_slide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}
.branch_center .evCon6 {
  padding: 160px 0 170px 0;
  background-color: #f0f6ff;
}
.branch_center .evCon6 .con_title {
  margin-bottom: 63px;
}
.branch_center .evCon6 .con_title h4 {
  color: #222222;
}
.branch_center .evCon6 .tiny_noti {
  display: block;
  margin-top: 16px;
  color: #777777;
  font-size: 12px;
  text-align: right;
}
.branch_center .evCon6 .center_color {
  width: 380px;
  margin-top: 67px;
}
.branch_center .evCon7 {
  padding: 90px 0 84px 0;
  background-color: #ffffff;
}
.branch_center .evCon7 .con_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 23px;
}
.branch_center .evCon7 .con_title h4 {
  color: #222222;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
}
.branch_center .evCon7 .table.list li:hover {
  background-color: rgba(0, 0, 0, 0.02);
  cursor: pointer;
}
.branch_center .evCon7 .table.list li:hover .table_td:nth-of-type(2) {
  font-weight: 700;
}
.branch_center .evCon7 .table.list .table_td {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.branch_center .evCon7 .table.list .table_td:nth-of-type(1) {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 65px;
}
.branch_center .evCon7 .table.list .table_td:nth-of-type(1) .notice {
  display: inline-block;
  width: 51px;
  height: 19px;
  line-height: 17px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  background-color: #ff0e5d;
  border-radius: 40px;
}
.branch_center .evCon7 .table.list .table_td:nth-of-type(2) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.branch_center .evCon7 .table.list .table_td:nth-of-type(3) {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 130px;
}
.branch_center .evCon7 .table.list + .table_pagination {
  margin-top: 55px;
}
.branch_center .evCon8 {
  padding: 0 0 100px 0;
  background-color: #ffffff;
}
.branch_center .evCon8 .con_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 23px;
}
.branch_center .evCon8 .con_title h4 {
  color: #222222;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
}
.branch_center .evCon8 .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-top: 12px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
.branch_center .evCon8 .box_wrap .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 37px 30px 32px 30px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.branch_center .evCon8 .box_wrap .box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  color: #222222;
  font-size: 20px;
  font-weight: 700;
}
.branch_center .evCon8 .box_wrap .box_title > img {
  margin-bottom: 11px;
}
.branch_center .evCon8 .box_wrap .box_inner {
  width: 100%;
}
.branch_center .evCon8 .box_wrap .box_inner p {
  position: relative;
  width: 100%;
  margin-bottom: 4px;
  padding-left: 9px;
  line-height: 1.2;
  color: #222222;
  font-size: 14px;
  text-align: left;
  word-break: keep-all;
}
.branch_center .evCon8 .box_wrap .box_inner p::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "·";
}
.branch_center .evCon8 .box_wrap .box_inner p:last-of-type {
  margin-bottom: 0;
}
.branch_center .evCon8 .box_wrap .box_inner p span {
  position: relative;
  margin-right: 9px;
  padding-right: 9px;
  color: #222222;
}
.branch_center .evCon8 .box_wrap .box_inner p span::before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 1px;
  height: 11px;
  background-color: #bdbdbd;
}
.branch_center .evBanner {
  background-color: #203b5b;
}
.branch_center .evBanner .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 60px 50px 120px;
  background-image:url("https://img.megastudyacademy.co.kr/campus/mbc/branch/banner_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.branch_center .evBanner .con_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.branch_center .evBanner .con_title h4 {
  line-height: 1.4;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}
.branch_center .evBanner .con_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.branch_center .evBanner .con_box a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 264px;
  height: 53px;
  padding-right: 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #ffffff;
  border-radius: 40px;
}
.branch_center .evBanner .con_box a::before {
  position: absolute;
  top: 50%;
  right: 42px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 10px;
  height: 16px;
  background-image:url("https://img.megastudyacademy.co.kr/campus/mbc/branch/icon_arrow_white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.branch_notice_pop .modal_contents_box {
  padding: 47px 62px 49px 62px;
}
.branch_notice_pop .table.view li:first-of-type {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
  min-height: 60px;
  background-color: #f6f6f6;
}
.branch_notice_pop .table.view li:first-of-type .table_th {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 19px;
  padding-right: 15px;
  padding-bottom: 19px;
  line-height: 1.4;
}
.branch_notice_pop .table.view li:first-of-type .table_td {
  min-height: initial;
  padding-top: 23px;
}
.branch_notice_pop .table.view li:nth-of-type(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.branch_notice_pop .table.view .table_th {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
}
.branch_notice_pop .table.view .table_td {
  width: initial;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  color: #bbbbbb;
  font-size: 13px;
}
.branch_notice_pop .table.view + .btn_wrap {
  margin-top: 60px;
}
.branch_notice_pop .table.view + .btn_wrap .btn_min {
  width: 100px;
}
.branch_cost_pop h4 {
  margin-bottom: 20px;
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.branch_float {
  position: absolute;
  top: 3%;
  left: 30px;
  width: 221px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  overflow: hidden;
}
.branch_float .slide_float .swiper-slide {
  cursor: pointer;
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
  opacity: 0 !important;
}
.branch_float .slide_float .swiper-slide-active{
  opacity: 1 !important;
}
.branch_float .slide_float .swiper-slide .txt_area {
  padding: 23px 0;
}
.branch_float .slide_float .swiper-slide .txt_area .txt_md,
.branch_float .slide_float .swiper-slide .txt_area .txt_lg {
  display: block;
}
.branch_float .slide_float .swiper-slide .txt_area .txt_md {
  font-size: 15px;
  color: #fff;
}
.branch_float .slide_float .swiper-slide .txt_area .txt_lg {
  margin-top: 9px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}
.branch_float .slide_float .swiper-slide .txt_area.blue {
  background-color: #0036ff;
}
.branch_float .slide_float .swiper-slide .txt_area.blue .txt_lg {
  color: #00dba5;
}
.branch_float .slide_float .swiper-slide .txt_area.purple {
  background-color: #9111f2;
}
.branch_float .slide_float .swiper-slide .txt_area.purple .txt_lg {
  color: #d9bfff;
}
.branch_float .slide_float .swiper-slide .txt_area.red {
  background-color: #c03239;
}
.branch_float .slide_float .swiper-slide .txt_area.red .txt_lg {
  color: #ffacb0;
}
.branch_float .slide_float .swiper-slide .txt_area.orange {
  background-color: #f2a500;
}
.branch_float .slide_float .swiper-slide .txt_area.orange .txt_lg {
  color: #ffe6b1;
}
.branch_float .slide_float .swiper-slide .txt_area.pink {
  background-color: #f87e83;
}
.branch_float .slide_float .swiper-slide .txt_area.pink .txt_lg {
  color: #ffe5ea;
}
.branch_float .slide_float .swiper-slide .txt_area.sky {
  background-color: #2db1c9;
}
.branch_float .slide_float .swiper-slide .txt_area.sky .txt_lg {
  color: #d9fffd;
}
.branch_float .slide_float .swiper-slide .btn {
  display: block;
  padding: 10.5px 0;
  background-color: #000;
  font-size: 13px;
  color: #fff;
}
.branch_float .slide_float .swiper-slide .btn.lg {
  padding: 12px 0 15px;
}
.branch_float .slide_float.swiper-initialized .swiper-pagination {
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: auto;
  bottom: auto;
  margin-top: 0.5rem;
}
.branch_float .swiper-pagination {
  display: none;
}
.branch_float .swiper-pagination-bullet {
  background: #bbb;
  opacity: 1;
  width: 10px;
  height: 10px;
  -webkit-box-shadow: 2px 0px 15px rgba(255, 255, 255, 0.5019607843);
          box-shadow: 2px 0px 15px rgba(255, 255, 255, 0.5019607843);
}
.branch_float .swiper-pagination-bullet-active {
  background: #000;
}
.branch_bottom {
  position: fixed;
  margin: 0;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
}
.branch_bottom .inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: clamp(60px, 10vmin, 80px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.branch_modim {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.branch_modim .dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}
.branch_modim .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 10px 10px 0 0;
  padding: 20px 30px;
  width: 100%;
}
.branch_modim .button_wrap {
  border-top: 1px solid #ccc;
  margin: 10px 0 0;
  font-size: 12px;
}
.branch_modim .button_wrap .close_txt {
  float: right;
  padding: 7px 0 0;
  font-size: 13px;
  font-weight: bold;
}
.branch_modim .button_wrap .close_img {
  position: absolute;
  top: -30px;
  right: 5px;
  font-size: 0;
  width: 25px;
  height: 25px;
  background: url(https://img.megagong.net/m/2020/0511_burning/pop_close.png) no-repeat center;
}
.branch_modim .button_wrap .close_today {
  position: relative;
  display: inline-block;
  padding: 8px 0 0 22px;
  font-size: 12px;
}
.branch_modim .button_wrap .close_today::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #555;
}
.branch_modim .slide_modim {
  display: block;
  overflow: hidden;
  position: relative;
}
.branch_modim .slide_modim:not(:first-of-type) {
  margin-top: 15px;
  /*슬라이드 row 2줄 이상*/
}
.branch_modim .slide_modim .swiper-slide {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.branch_modim .slide_modim .swiper-slide a {
  display: block;
}
.branch_modim .slide_modim.swiper-initialized .swiper-pagination {
  display: block !important;
}
.branch_modim .slide_modim.swiper-initialized .swiper-pagination .swiper-pagination-bullet {
  margin-top: 10px;
}
.branch_modim .slide_modim.swiper-initialized .swiper-pagination .swiper-pagination-bullet:last-of-type:first-of-type {
  display: none;
}
.branch_modim .slide_modim .swiper-pagination {
  display: none !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: auto;
  bottom: auto;
}
.branch_modim .slide_modim .swiper-pagination-bullet {
  background: #645a5a;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.branch_modim .slide_modim .swiper-pagination-bullet-active {
  background: #000;
}
.evMain {
  background-image: url('https://img.megastudyacademy.co.kr/campus/mbc/branch/main_bg_branch.png');
  background-position: top center;
  background-size: unset;
}
.evCon1 .con_title h4 span {
  color: #0081ff;
}
.evCon1 .tab_base li.on::before {
  background-color: #0081ff;
}
.evCon1 .tab_base li.on a {
  color: #0081ff;
}
.evCon2 h4 span {
  color: #0081ff;
}
.evCon3 .box_wrap .box_text {
  background-color: #0081ff;
}
.evCon4 .slide_teacher .slide_box_teacher .swiper-slide:hover .overlay {
  background-color: rgba(1, 131, 255, 0.9);
}
.evCon5 .con_box .center_slide_nav .swiper-slide-thumb-active::before {
  border: 5px solid #0081ff;z-index: 9;
}
.evCon6 .center_color {
  background-color: #0081ff;
}
.gangnam .evMain {
  background-image: url('https://img.megastudyacademy.co.kr/campus/mbc/branch/main_bg_branch.png');
  background-position: top center;
  background-size: unset;
}
.gangnam .evCon1 .con_title h4 span {
  color: #0081ff;
}
.gangnam .evCon1 .tab_base li.on::before {
  background-color: #0081ff;
}
.gangnam .evCon1 .tab_base li.on a {
  color: #0081ff;
}
.gangnam .evCon2 h4 span {
  color: #0081ff;
}
.gangnam .evCon3 .box_wrap .box_text {
  background-color: #0081ff;
}
.gangnam .evCon4 .slide_teacher .slide_box_teacher .swiper-slide:hover .overlay {
  background-color: rgba(1, 131, 255, 0.9);
}
.gangnam .evCon5 .con_box .center_slide_nav .swiper-slide-thumb-active::before {
  border: 5px solid #0081ff;z-index: 9;
}
.gangnam .evCon6 .center_color {
  background-color: #0081ff;
}

.dongdm .evMain {
  background-image:url("https://img.megastudyacademy.co.kr/campus/mbc/branch/main_bg_branch_def.png");
}
.dongdm .evCon1 .con_title h4 span {
  color: #ff5a5a;
}
.dongdm .evCon1 .tab_base li.on::before {
  background-color: #ff5a5a;
}
.dongdm .evCon1 .tab_base li.on a {
  color: #ff5a5a;
}
.dongdm .evCon2 h4 span {
  color: #ff5a5a;
}
.dongdm .evCon3 .box_wrap .box_text {
  background-color: #ff5a5a;
}
.dongdm .evCon4 .slide_teacher .slide_box_teacher .swiper-slide:hover .overlay {
  background-color: rgba(255, 90, 90, 0.9);
}
.dongdm .evCon5 .con_box .center_slide_nav .swiper-slide-thumb-active::before {
  border: 5px solid #ff5a5a;z-index: 9;
}
.dongdm .evCon6 .center_color {
  background-color: #ff5a5a;
}
/*
.suwon .evMain {
  background-image:url("https://img.megastudyacademy.co.kr/campus/mbc/branch/main_bg_branch.png");
}
.suwon .evCon1 .con_title h4 span {
  color: #9e47ff;
}
.suwon .evCon1 .tab_base li.on::before {
  background-color: #9e47ff;
}
.suwon .evCon1 .tab_base li.on a {
  color: #9e47ff;
}
.suwon .evCon2 h4 span {
  color: #9e47ff;
}
.suwon .evCon2 .review_box:nth-of-type(2) .text {
  min-height: 98px;
}
.suwon .evCon2 .review_box:nth-of-type(3) .text {
  min-height: 98px;
}
.suwon .evCon3 .box_wrap .box_text {
  background-color: #9e47ff;
}
.suwon .evCon4 .slide_teacher .slide_box_teacher .swiper-slide:hover .overlay {
  background-color: rgba(158, 71, 255, 0.9);
}
.suwon .evCon5 .con_box .center_slide_nav .swiper-slide-thumb-active::before {
  border: 5px solid #9e47ff;z-index: 9;
}
.suwon .evCon6 .center_color {
  background-color: #9e47ff;
}

.bucheon .evMain {
  background-image:url("https://img.megastudyacademy.co.kr/campus/mbc/branch/main_bg_branch.png");
}
.bucheon .evCon1 .con_title h4 span {
  color: #ff5a5a;
}
.bucheon .evCon1 .tab_base li.on::before {
  background-color: #ff5a5a;
}
.bucheon .evCon1 .tab_base li.on a {
  color: #ff5a5a;
}
.bucheon .evCon2 h4 span {
  color: #ff5a5a;
}
.bucheon .evCon2 .review_box:nth-of-type(2) .text {
  min-height: 98px;
}
.bucheon .evCon2 .review_box:nth-of-type(3) .text {
  min-height: 98px;
}
.bucheon .evCon3 .box_wrap .box_text {
  background-color: #ff5a5a;
}
.bucheon .evCon4 .slide_teacher .slide_box_teacher .swiper-slide:hover .overlay {
  background-color: rgba(255, 90, 90, 0.9);
}
.bucheon .evCon5 .con_box .center_slide_nav .swiper-slide-thumb-active::before {
  border: 5px solid #ff5a5a;z-index: 9;
}
.bucheon .evCon6 .center_color {
  background-color: #ff5a5a;
}

.incheon .evMain {
  background-image:url("https://img.megastudyacademy.co.kr/campus/mbc/branch/main_bg_branch.png");
}
.incheon .evCon1 .con_title h4 span {
  color: #6b92fc;
}
.incheon .evCon1 .tab_base li.on::before {
  background-color: #6b92fc;
}
.incheon .evCon1 .tab_base li.on a {
  color: #6b92fc;
}
.incheon .evCon1 .table_wrap > div {
  height: initial !important;
}
.incheon .evCon2 h4 span {
  color: #6b92fc;
}
.incheon .evCon2 .review_box:nth-of-type(2) .text {
  min-height: 60px;
}
.incheon .evCon2 .review_box:nth-of-type(3) .text {
  min-height: 60px;
}
.incheon .evCon2 .review_box:nth-of-type(4) .text {
  min-height: 98px;
}
.incheon .evCon2 .review_box:nth-of-type(5) .text {
  min-height: 98px;
}
.incheon .evCon3 .box_wrap .box_text {
  background-color: #6b92fc;
}
.incheon .evCon4 .slide_teacher .slide_box_teacher .swiper-slide:hover .overlay {
  background-color: rgba(107, 146, 252, 0.9);
}
.incheon .evCon5 .con_box .center_slide_nav .swiper-slide-thumb-active::before {
  border: 5px solid #6b92fc;z-index: 9;
}
.incheon .evCon6 .center_color {
  background-color: #6b92fc;
}

.yeongdp .evMain {
  background-image:url("https://img.megastudyacademy.co.kr/campus/mbc/branch/main_bg_branch.png");
}
.yeongdp .evCon1 .con_title h4 span {
  color: #f55197;
}
.yeongdp .evCon1 .tab_base li.on::before {
  background-color: #f55197;
}
.yeongdp .evCon1 .tab_base li.on a {
  color: #f55197;
}
.yeongdp .evCon2 h4 span {
  color: #f55197;
}
.yeongdp .evCon2 .review_box:nth-of-type(4) .text {
  min-height: 98px;
}
.yeongdp .evCon2 .review_box:nth-of-type(5) .text {
  min-height: 98px;
}
.yeongdp .evCon3 .box_wrap .box_text {
  background-color: #f55197;
}
.yeongdp .evCon4 .slide_teacher .slide_box_teacher .swiper-slide:hover .overlay {
  background-color: rgba(245, 81, 151, 0.9);
}
.yeongdp .evCon5 .con_box .center_slide_nav .swiper-slide-thumb-active::before {
  border: 5px solid #f55197;z-index: 9;
}
.yeongdp .evCon6 .center_color {
  background-color: #f55197;
}

.cheonho .evMain {
  background-image:url("https://img.megastudyacademy.co.kr/campus/mbc/branch/main_bg_branch.png");
}
.cheonho .evCon1 .con_title h4 span {
  color: #00c9d9;
}
.cheonho .evCon1 .tab_base li.on::before {
  background-color: #00c9d9;
}
.cheonho .evCon1 .tab_base li.on a {
  color: #00c9d9;
}
.cheonho .evCon2 h4 span {
  color: #00c9d9;
}
.cheonho .evCon2 .review_box:nth-of-type(2) .text {
  min-height: 60px;
}
.cheonho .evCon2 .review_box:nth-of-type(3) .text {
  min-height: 60px;
}
.cheonho .evCon2 .review_box:nth-of-type(4) .text {
  min-height: 98px;
}
.cheonho .evCon2 .review_box:nth-of-type(5) .text {
  min-height: 98px;
}
.cheonho .evCon3 .box_wrap .box_text {
  background-color: #00c9d9;
}
.cheonho .evCon4 .slide_teacher .slide_box_teacher .swiper-slide:hover .overlay {
  background-color: rgba(0, 201, 217, 0.9);
}
.cheonho .evCon5 .con_box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cheonho .evCon5 .con_box .center_slide_nav {
  height: 315px;
}
.cheonho .evCon5 .con_box .center_slide_nav .swiper-wrapper {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.cheonho .evCon5 .con_box .center_slide_nav .swiper-wrapper .swiper-slide {
  height: calc(50% - 5px) !important;
}
.cheonho .evCon5 .con_box .center_slide_nav .swiper-slide-thumb-active::before {
  border: 5px solid #00c9d9;z-index: 9;
}
.cheonho .evCon6 .center_color {
  background-color: #00c9d9;
}
*/
@media screen and (max-width: 1420px) {
  .branch_center .evCon3 {
    overflow: hidden;
  }
  .branch_center .evCon3 .box_wrap .box:nth-of-type(1)::before {
    left: -56%;
  }
  .branch_center .evCon3 .box_wrap .box:nth-of-type(3)::before {
    right: -63%;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher {
    margin: 0 50px;
  }
  .branch_center .evCon4 .slide_teacher .swiper-button-prev {
    left: 0;
  }
  .branch_center .evCon4 .slide_teacher .swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .branch.ver_fix {
    padding-top: 0 !important;
  }
  .branch_top {
    height: 20rem;
  }
  .branch_top h2 {
    font-size: 2.6rem;
  }
  .branch .inner {
    padding: 0 1rem 6rem 1rem;
  }
  .branch .tab_base {
    margin-bottom: 3rem;
  }
  .branch .category {
    margin-bottom: 3rem;
  }
  .branch .table {
    gap: 3rem 1rem;
  }
  .branch .table li {
    width: calc(33.33% - 0.67rem);
  }
  .branch .table_th {
    height: calc(22.6vw - 1.4rem);
  }
  .branch .table_th.blue_patch::before {
    width: 5rem;
    height: 5rem;
    font-size: 1.2rem;
  }
  .branch .table_th > img {
    width: 100%;
    height: 100%;
  }
  .branch .table_td:nth-of-type(2) {
    margin: 1.7rem 0 1.2rem 0;
    font-size: 1.8rem;
  }
  .branch .table_td:nth-of-type(3) {
    margin-bottom: 0.7rem;
    font-size: 1.2rem;
  }
  .branch .table_td:nth-of-type(4) {
    padding-left: 1.6rem;
    font-size: 1.2rem;
  }
  .branch .table_td:nth-of-type(5) {
    width: 5.3rem;
    height: 1.8rem;
  }
  .branch .table_td:nth-of-type(5) > span {
    font-size: 1.1rem;
  }
  .branch_center_footer {
    padding: 3.5rem 1rem;
  }
  .branch_center_footer .title {
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }
  .branch_center_footer .info {
    gap: 0.5rem 0;
  }
  .branch_center_footer .info p {
    margin-right: 1.2rem;
    padding-right: 1.2rem;
    font-size: 1.4rem;
  }
  .branch_center_footer .info p::before {
    height: 1.1rem;
  }
  .branch_center .inner .con_box > p {
    font-size: 2rem;
  }
  .branch_center .number {
    width: 3rem;
    height: 3rem;
    line-height: 2.9rem;
    margin-bottom: 1.7rem;
    font-size: 1.5rem;
  }
  .branch_center h3 {
    font-size: 4.5rem;
    line-height:6rem;
  }
  .branch_center h3 span {
    line-height:6rem;
  }
  .branch_center .evMain h4 {
    font-size: 4.5rem;
  }
  .branch_center h4 {
    font-size: 3.4rem;
  }
  .branch_center .evMain {
    height: 57.8rem;
  }
  .branch_center .evMain .con_title {
    margin-bottom: 4rem;
  }
  .branch_center .evMain .con_title h4 {
    margin-bottom: 1rem;
  }
  .branch_center .evCon1 {
    padding: 17rem 1rem 13rem 1rem;
  }
  .branch_center .evCon1 .con_title {
    margin-bottom: 7.3rem;
  }
  .branch_center .evCon1 .tab_base {
    margin-bottom: 4.3rem;
  }
  .branch_center .evCon1 .tab_base li {
    min-height: 6rem;
  }
  .branch_center .evCon1 .tab_base li a {
    padding: 1.5rem 0;
  }
  .branch_center .evCon1 .table_wrap {
    padding: 3rem 1rem;
  }
  .branch_center .evCon1 .table_wrap > div {
    height: 45rem;
  }
  .branch_center .evCon1 .table_wrap > div::-webkit-scrollbar-thumb {
    border-radius: 2rem;
  }
  .branch_center .evCon1 .table_wrap table tr td:last-of-type {
    padding: 1.6rem 1rem;
  }
  .branch_center .evCon1 .table_wrap table tr td.no_last {
    padding: 1.6rem 1rem;
  }
  .branch_center .evCon1 .tiny_noti {
    margin-top: 1.6rem;
    font-size: 1.2rem;
  }
  .branch_center .evCon2 {
    padding: 16.3rem 1rem 14.5rem 1rem;
  }
  .branch_center .evCon2 .con_title {
    margin-bottom: 7.5rem;
  }
  .branch_center .evCon2 .review {
    gap: 1rem;
  }
  .branch_center .evCon2 .review_box {
    width: calc(50% - 0.5rem);
    padding: 3rem 3rem 2.5rem 3rem;
    -webkit-box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.3);
            box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.3);
    height: 21.4rem;
  }
  .branch_center .evCon2 .review_box:first-of-type {
    width: 70%;
  }
  .branch_center .evCon2 .review_box .text {
    min-height: 6.8rem;
    margin-bottom: 0.7rem;
    font-size: 1.3rem;
    white-space: normal;
    word-break: keep-all;
  }
  .branch_center .evCon2 .review_box .text br {
    display: none;
  }
  .branch_center .evCon2 .review_box .who {
    font-size: 1.2rem;
  }
  .branch_center .evCon2 .review_box .who > img {
    margin-right: 0.9rem;
  }
  .branch_center .evCon2 .tiny_noti {
    margin-top: 1.6rem;
    font-size: 1.2rem;
  }
  .branch_center .evCon3 {
    padding: 16rem 1rem 17.9rem 1rem;
  }
  .branch_center .evCon3 .con_title {
    margin-bottom: 6rem;
  }
  .branch_center .evCon3 .box_wrap {
    gap: 2rem;
  }
  .branch_center .evCon3 .box_wrap .box {
    width: 27rem;
  }
  .branch_center .evCon3 .box_wrap .box::before {
    width: 30rem;
    height: 30rem;
  }
  .branch_center .evCon3 .box_wrap .box:nth-of-type(1)::before {
    left: -55%;
  }
  .branch_center .evCon3 .box_wrap .box:nth-of-type(2) {
    margin-top: 7.8rem;
  }
  .branch_center .evCon3 .box_wrap .box:nth-of-type(3)::before {
    right: -58%;
  }
  .branch_center .evCon3 .box_wrap .box_text {
    height: 24.6rem;
  }
  .branch_center .evCon3 .box_wrap .box_text p {
    font-size: 1.4rem;
  }
  .branch_center .evCon3 .box_wrap .box_text p b {
    margin-bottom: 1.7rem;
    font-size: 1.9rem;
  }
  .branch_center .evCon4 {
    padding: 16rem 1rem 21.2rem 1rem;
  }
  .branch_center .evCon4 .con_title {
    margin-bottom: 7.5rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher {
    margin: 0 4.2rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap {
    height: 46rem;
    padding: 4.8rem 3.2rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .type {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .name {
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .name::after {
    margin-left: 0.5rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .new {
    width: 5.1rem;
    height: 1.9rem;
    line-height: 1.7rem;
    font-size: 1.2rem;
    border-radius: 4rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .portrait {
    right: 0;
    bottom: -10rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .portrait > img {
    width: 30rem;
    height: 44.1rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .overlay {
    padding: 0 3rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .overlay h6 {
    margin-bottom: 3.3rem;
    font-size: 1.7rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .overlay p {
    font-size: 1.3rem;
    text-underline-offset: 0.5rem;
  }
  .branch_center .evCon4 .slide_teacher .swiper-pagination {
    bottom: -5.2rem;
  }
  .branch_center .evCon4 .slide_teacher .swiper-button-prev {
    left: 0;
  }
  .branch_center .evCon4 .slide_teacher .swiper-button-next {
    right: 0;
  }
  .branch_center .evCon5 {
    padding: 16rem 1rem 21.2rem 1rem;
  }
  .branch_center .evCon5 .con_title {
    margin-bottom: 7.5rem;
  }
  .branch_center .evCon5 .con_box {
    gap: 1rem;
  }
  .branch_center .evCon5 .con_box .center_slide {
    height: 47.7rem;
  }
  .branch_center .evCon5 .con_box .center_slide_view {
    width: calc(100% - 49.6rem - 1rem);
    height: 47.7rem;
  }
  .branch_center .evCon5 .con_box .center_slide_nav {
    width: 49.6rem;
    height: 47.7rem;
  }
  .branch_center .evCon5 .con_box .center_slide_nav .swiper-wrapper {
    gap: 1rem;
  }
  .branch_center .evCon5 .con_box .center_slide_nav .swiper-wrapper .swiper-slide {
    width: 100% !important;
    height: 100%;
  }
  .branch_center .evCon6 {
    padding: 16rem 1rem 17rem 1rem;
  }
  .branch_center .evCon6 .con_title {
    margin-bottom: 6.3rem;
  }
  .branch_center .evCon6 .tiny_noti {
    margin-top: 1.6rem;
    font-size: 1.2rem;
  }
  .branch_center .evCon6 .center_color {
    width: 38rem;
    margin-top: 6.7rem;
  }
  .branch_center .evCon7 {
    padding: 9rem 1rem 8.4rem 1rem;
  }
  .branch_center .evCon7 .con_title {
    margin-bottom: 23px;
  }
  .branch_center .evCon7 .con_title h4 {
    font-size: 3rem;
  }
  .branch_center .evCon7 .table.list .table_td:nth-of-type(1) {
    width: 6.5rem;
  }
  .branch_center .evCon7 .table.list .table_td:nth-of-type(3) {
    width: 13rem;
  }
  .branch_center .evCon7 .table.list + .table_pagination {
    margin-top: 5.5rem;
  }
  .branch_center .evCon8 {
    padding: 0 1rem 10rem 1rem;
  }
  .branch_center .evCon8 .con_title {
    margin-bottom: 2.3rem;
  }
  .branch_center .evCon8 .con_title h4 {
    font-size: 3rem;
  }
  .branch_center .evCon8 .box_wrap {
    gap: 1.2rem;
    margin-top: 1.2rem;
  }
  .branch_center .evCon8 .box_wrap .box {
    padding: 3.7rem 3rem 3.2rem 3rem;
  }
  .branch_center .evCon8 .box_wrap .box_title {
    margin-bottom: 2.5rem;
    font-size: 2rem;
  }
  .branch_center .evCon8 .box_wrap .box_title > img {
    margin-bottom: 1.1rem;
  }
  .branch_center .evCon8 .box_wrap .box_inner p {
    margin-bottom: 0.4rem;
    padding-left: 0.9rem;
    font-size: 1.4rem;
  }
  .branch_center .evCon8 .box_wrap .box_inner p span {
    margin-right: 0.9rem;
    padding-right: 0.9rem;
  }
  .branch_center .evCon8 .box_wrap .box_inner p span::before {
    height: 1.1rem;
  }
  .branch_center .evBanner .inner {
    padding: 5rem 6rem 5rem 12rem;
  }
  .branch_center .evBanner .con_title h4 {
    font-size: 2rem;
  }
  .branch_center .evBanner .con_box a {
    width: 26.4rem;
    height: 5.3rem;
    padding-right: 1rem;
    font-size: 2rem;
    border-radius: 4rem;
  }
  .branch_center .evBanner .con_box a::before {
    right: 4.2rem;
    width: 1rem;
    height: 1.6rem;
  }
  .branch_notice_pop.modal {
    width: calc(100% - 2rem);
  }
  .branch_notice_pop .modal_contents_box {
    padding: 3rem 3rem;
  }
  .branch_notice_pop .table.view li:first-of-type {
    padding: 0 1rem;
    min-height: 6rem;
  }
  .branch_notice_pop .table.view li:first-of-type .table_th {
    padding-top: 1.9rem;
    padding-right: 1.5rem;
    padding-bottom: 1.9rem;
    font-size: 1.3rem;
  }
  .branch_notice_pop .table.view li:first-of-type .table_td {
    padding-top: 2.3rem;
  }
  .branch_notice_pop .table.view .table_td {
    font-size: 1.3rem;
  }
  .branch_notice_pop .table.view .table_view {
    min-height: 20rem;
    padding: 3rem 1rem;
    font-size: 1.3rem;
  }
  .branch_notice_pop .table.view .table_file {
    padding: 1.5rem 1rem;
  }
  .branch_notice_pop .table.view .table_file > button {
    font-size: 1.2rem;
  }
  .branch_notice_pop .table.view + .btn_wrap {
    margin-top: 3rem;
  }
  .branch_notice_pop .table.view + .btn_wrap .btn_min {
    width: 10rem;
  }
  .branch_cost_pop h4 {
    margin-bottom: 2.7rem;
    font-size: 2rem;
  }
  .gangnam .evSection.evCon2 .con_box {
    max-width: 80rem;
  }
  .gangnam .evSection.evCon2 .review_box .text {
    min-height: 5rem;
  }
  .dongdm .evSection.evCon2 .con_box {
    max-width: 90rem;
  }
  .dongdm .evSection.evCon2 .review_box:nth-of-type(4) .text {
    min-height: 8.5rem;
  }
  .suwon .evSection.evCon2 .review_box .text {
    min-height: 5.1rem;
  }
  .incheon .evSection.evCon2 .review_box .text {
    min-height: 5.3rem;
  }
  .yeongdp .evSection.evCon2 .review_box:nth-of-type(2) .text, .yeongdp .evSection.evCon2 .review_box:nth-of-type(3) .text {
    min-height: 6.5rem;
  }
  .yeongdp .evSection.evCon2 .review_box:nth-of-type(4) .text, .yeongdp .evSection.evCon2 .review_box:nth-of-type(5) .text {
    min-height: 8.4rem;
  }
  .cheonho .evSection.evCon2 .review_box:nth-of-type(2) .text, .cheonho .evSection.evCon2 .review_box:nth-of-type(3) .text {
    min-height: 8.5rem;
  }
  .cheonho .evSection.evCon2 .review_box:nth-of-type(4) .text, .cheonho .evSection.evCon2 .review_box:nth-of-type(5) .text {
    min-height: 8.5rem;
  }
}
@media screen and (max-width: 992px) {
  .branch_center_footer {
    padding: 3rem 1rem;
  }
  .branch_center_footer .title {
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }
  .branch_center_footer .info {
    gap: 0.5rem 0;
  }
  .branch_center_footer .info p {
    font-size: 1.2rem;
  }
  .branch_center_footer .info p::before {
    height: 1rem;
  }
  .branch_center .number {
    width: 3rem;
    height: 3rem;
    line-height: 2.9rem;
    margin-bottom: 1.7rem;
    font-size: 1.5rem;
  }
  .branch_center .inner .con_box > p {
    font-size: 2rem;
  }
  .branch_center .number {
    width: 3rem;
    height: 3rem;
    line-height: 2.9rem;
    margin-bottom: 1.7rem;
    font-size: 1.5rem;
  }
  .branch_center h3 {
    font-size: 4.2rem;
    line-height:5.7rem;
  }
  .branch_center h3 span {
    line-height:5.7rem;
  }
  .branch_center .evMain h4 {
    font-size: 4.2rem;
  }
  .branch_center .evMain {
    height: 57.5rem;
  }
  .branch_center .evMain .con_title {
    margin-bottom: 3.7rem;
  }
  .branch_center .evMain .con_title h4 {
    margin-bottom: 0.7rem;
  }
  .branch_center h4 {
    font-size: 2.7rem;
  }
  .branch_center .evCon2 .review_box:first-of-type {
    width: 80%;
  }
  .branch_center .evCon2 .review_box .text {
    font-size: 1.2rem;
  }
  .branch_center .evCon2 .review_box .who {
    font-size: 1.1rem;
  }
  .branch_center .evCon2 .tiny_noti {
    margin-top: 1.6rem;
    font-size: 1.2rem;
  }
  .branch_center .evCon3 .box_wrap {
    gap: 1rem;
  }
  .branch_center .evCon3 .box_wrap .box {
    width: calc(33.33% - 0.75rem);
  }
  .branch_center .evCon3 .box_wrap .box::before {
    width: 20rem;
    height: 20rem;
  }
  .branch_center .evCon3 .box_wrap .box:nth-of-type(1)::before {
    left: -35%;
  }
  .branch_center .evCon3 .box_wrap .box:nth-of-type(3)::before {
    right: -42%;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap {
    height: calc(71vw - 4rem);
    padding: 4.8rem 2.2rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .type {
    font-size: 2.7rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .portrait {
    right: 0;
    bottom: 0;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .portrait > img {
    width: calc(33.33vw - 4rem);
    height: calc(49vw - 4rem);
  }
  .branch_center .evCon5 {
    padding: 16rem 1rem 21.2rem 1rem;
  }
  .branch_center .evCon5 .con_title {
    margin-bottom: 7.5rem;
  }
  .branch_center .evCon5 .con_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .branch_center .evCon5 .con_box .center_slide_view {
    width: 100%;
  }
  .branch_center .evCon5 .con_box .center_slide_nav {
    width: 100%;
  }
  .branch_center .evCon7 .con_title h4 {
    font-size: 2.7rem;
  }
  .branch_center .evCon7 .table.list + .table_pagination {
    margin-top: 3rem;
  }
  .branch_center .evCon8 .con_title h4 {
    font-size: 2.7rem;
  }
  .branch_center .evCon8 .box_wrap {
    gap: 1rem;
    margin-top: 1rem;
  }
  .branch_center .evCon8 .box_wrap .box {
    padding: 3.7rem 1rem 3.2rem 1rem;
  }
  .branch_center .evCon8 .box_wrap .box_title {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .branch_center .evCon8 .box_wrap .box_title > img {
    height: 3.2rem;
    margin-bottom: 1rem;
  }
  .branch_center .evCon8 .box_wrap .box_inner p {
    font-size: 1.3rem;
  }
  .branch_center .evCon8 .box_wrap .box_inner p span {
    white-space: nowrap;
  }
  .branch_center .evBanner .inner {
    max-width: 76.8rem;
    padding: 5rem 5rem 5rem 5rem;
  }
  .branch_notice_pop .modal_contents_box {
    padding: 3rem 1rem;
  }
  .branch_cost_pop {
    max-width: calc(100% - 2rem) !important;
  }
  .branch_cost_pop .modal_contents_box {
    padding: 3rem 1rem;
  }
  .branch_cost_pop .for_table_scroll > div {
    overflow: auto;
    /* custom scrollbar */
  }
  .branch_cost_pop .for_table_scroll > div::-webkit-scrollbar {
    width: 20px;
  }
  .branch_cost_pop .for_table_scroll > div::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .branch_cost_pop .for_table_scroll > div::-webkit-scrollbar-thumb {
    background-color: #a7a7a7;
    border-radius: 20px;
    border: 5px solid transparent;
    background-clip: content-box;
  }
  .branch_cost_pop .for_table_scroll > div table {
    width: 70rem;
  }
  .branch_cost_pop .for_table_scroll > div table th,
  .branch_cost_pop .for_table_scroll > div table td {
    padding: 1rem 0.5rem;
    font-size: 1.2rem;
  }
  .dongdm .evSection.evCon2 .review_box {
    padding: 3rem 1rem 2.5rem 1rem;
  }
  .dongdm .evSection.evCon2 .review_box .text {
    min-height: 9.4rem;
  }
  .dongdm .evSection.evCon2 .review_box:nth-of-type(1) {
    padding: 3rem 3rem 2.5rem 3rem;
  }
  .dongdm .evSection.evCon2 .review_box:nth-of-type(1) .text {
    min-height: initial;
  }
  .dongdm .evSection.evCon2 .review_box:nth-of-type(2) .text, .dongdm .evSection.evCon2 .review_box:nth-of-type(3) .text {
    min-height: 6.3rem;
  }
  .dongdm .evSection.evCon2 .review_box:nth-of-type(4) .text {
    min-height: 9.4rem;
  }
  .suwon .evSection.evCon2 .review_box .text {
    min-height: 6.3rem;
  }
  .bucheon .evSection.evCon2 .review_box .text {
    min-height: 7.7rem;
  }
  .incheon .evSection.evCon2 .review_box .text {
    min-height: 6.3rem;
  }
  .yeongdp .evSection.evCon2 .review_box:nth-of-type(2) .text, .yeongdp .evSection.evCon2 .review_box:nth-of-type(3) .text {
    min-height: 6.5rem;
  }
  .yeongdp .evSection.evCon2 .review_box:nth-of-type(4) .text, .yeongdp .evSection.evCon2 .review_box:nth-of-type(5) .text {
    min-height: 10.9rem;
  }
  .cheonho .evSection.evCon2 .review_box:nth-of-type(2) .text, .cheonho .evSection.evCon2 .review_box:nth-of-type(3) .text {
    min-height: 9.4rem;
  }
  .cheonho .evSection.evCon2 .review_box:nth-of-type(4) .text, .cheonho .evSection.evCon2 .review_box:nth-of-type(5) .text {
    min-height: 9.4rem;
  }
}
@media screen and (max-width: 768px) {
  .branch_top {
    height: 17rem;
  }
  .branch_top h2 {
    font-size: 2.4rem;
  }
  .branch .table {
    gap: 3rem 1rem;
  }
  .branch .table li {
    width: calc(50% - 0.5rem);
  }
  .branch .table_th {
    height: calc(34vw - 1.5rem);
  }
  .branch .table_td:nth-of-type(5) {
    position: initial;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
    height: 2.5rem;
    margin-top: 1rem;
  }
  .branch_center_footer .info > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem;
  }
  .branch_center h3 {
    font-size: 5rem;
  }
  .branch_center .inner .con_box > p {
    font-size: 1.6rem;
    line-height:1.6;
  }
  .branch_center .number {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
  .branch_center h3 {
    font-size: 4.5rem;
    line-height: 6rem;
  }
  .branch_center h3 span {
    line-height: 6rem;
  }
  .branch_center .evMain h4 {
    font-size: 4.5rem;
    padding: 0 4rem;
    word-break: keep-all;
  }
  .branch_center .evMain {
    height: 57.8rem;
  }
  .branch_center .evMain .con_title {
    margin-bottom: 40px;
  }
  .branch_center h4 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
  .branch_center .evMain {
    padding: 12rem 0 12rem 0;
  }
  .branch_center .evMain .con_title {
    margin-bottom: 1.6rem;
  }
  .branch_center .evMain .con_title h4 {
    margin-bottom: 0.7rem;
  }
  .branch_center .evCon1 {
    padding: 8rem 1rem 8rem 1rem;
  }
  .branch_center .evCon1 .con_title {
    margin-bottom: 2rem;
  }
  .branch_center .evCon1 .tab_base {
    margin-bottom: 2rem;
  }
  .branch_center .evCon1 .tab_base li {
    min-height: 6rem;
  }
  .branch_center .evCon1 .tab_base li a {
    padding: 1rem 0;
  }
  .branch_center .evCon1 .table_wrap {
    padding: 3rem 1rem;
    overflow: auto;
    /* custom scrollbar */
  }
  .branch_center .evCon1 .table_wrap::-webkit-scrollbar {
    width: 20px;
  }
  .branch_center .evCon1 .table_wrap::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .branch_center .evCon1 .table_wrap::-webkit-scrollbar-thumb {
    background-color: #a7a7a7;
    border-radius: 20px;
    border: 5px solid transparent;
    background-clip: content-box;
  }
  .branch_center .evCon1 .table_wrap > div {
    width: 80rem;
    height: 45rem;
  }
  .branch_center .evCon1 .table_wrap table tr th,
  .branch_center .evCon1 .table_wrap table tr td {
    padding: 1rem 0.5rem;
    font-size: 1.2rem;
  }
  .branch_center .evCon1 .table_wrap table tr td:last-of-type {
    padding: 1rem 0.5rem;
  }
  .branch_center .evCon1 .table_wrap table tr td.no_last {
    padding: 1rem 0.5rem;
  }
  .branch_center .evCon1 .tiny_noti {
    margin-top: 1rem;
    font-size: 0.9rem;
  }
  .branch_center .evCon2 {
    padding: 8rem 1rem 8rem 1rem;
  }
  .branch_center .evCon2 .con_title {
    margin-bottom: 2rem;
  }
  .branch_center .evCon2 .review_box {
    width: calc(50% - 0.5rem);
    padding: 3rem 1rem 2rem 1rem;
    height:141px;
  }
  .branch_center .evCon2 .review_box:first-of-type {
    width: 100%;
  }
  .branch_center .evCon2 .review_box .text {
    min-height: 6.4rem;
    font-size: 1.2rem;
    letter-spacing: -0.1rem;
    -webkit-line-clamp: 3;
  }
  .branch_center .evCon2 .review_box .who {
    font-size: 1rem;
  }
  .branch_center .evCon2 .tiny_noti {
    margin-top: 1rem;
    font-size: 0.9rem;
  }
  .branch_center .evCon3 {
    padding: 8rem 1rem 8rem 1rem;
  }
  .branch_center .evCon3 .con_title {
    margin-bottom: 2rem;
  }
  .branch_center .evCon3 .box_wrap .box::before {
    width: 18rem;
    height: 18rem;
  }
  .branch_center .evCon3 .box_wrap .box:nth-of-type(2) {
    margin-top: 5rem;
  }
  .branch_center .evCon3 .box_wrap .box_text {
    height: 18rem;
  }
  .branch_center .evCon3 .box_wrap .box_text p {
    font-size: 1.2rem;
  }
  .branch_center .evCon3 .box_wrap .box_text p b {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
  }
  .branch_center .evCon4 {
    padding: 8rem 1rem 8rem 1rem;
  }
  .branch_center .evCon4 .con_title {
    margin-bottom: 2rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher {
    margin: 0 auto;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide {
    width: 38vw;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap {
    height: 82vw;
    padding: 3rem 2rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .type {
    margin-bottom: 1.6rem;
    font-size: 2.6rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .name {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .name::after {
    margin-left: 0.4rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .new {
    width: 5rem;
    height: 1.9rem;
    line-height: 1.7rem;
    font-size: 1.1rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .portrait > img {
    width: 38vw;
    height: 56vw;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .overlay {
    padding: 0 1rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .overlay h6 {
    margin-bottom: 3.3rem;
    font-size: 1.7rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .overlay p {
    font-size: 1.3rem;
    text-underline-offset: 0.5rem;
  }
  .branch_center .evCon4 .slide_teacher .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: -3rem;
    width: 100%;
    background-color: #cacaca;
    border-radius: 4rem;
    overflow: hidden;
  }
  .branch_center .evCon4 .slide_teacher .swiper-pagination-bullet {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    background-color: #cacaca;
    border-radius: 0;
  }
  .branch_center .evCon4 .slide_teacher .swiper-pagination-bullet-active {
    background-color: #0082ff;
    border-radius: 4rem;
  }
  .branch_center .evCon4 .slide_teacher .swiper-button-prev, .branch_center .evCon4 .slide_teacher .swiper-button-next {
    display: none;
  }
  .branch_center .evCon5 {
    padding: 8rem 1rem 8rem 1rem;
  }
  .branch_center .evCon5 .con_title {
    margin-bottom: 2rem;
  }
  .branch_center .evCon5 .con_box .center_slide_view {
    height: 40rem;
  }
  .branch_center .evCon5 .con_box .center_slide_nav {
    height: 25rem;
  }
  .branch_center .evCon5 .con_box .center_slide_nav .swiper-wrapper{
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .branch_center .evCon5 .con_box .center_slide_nav .swiper-wrapper .swiper-slide {
    width: 100% !important;
    height: 100%;
  }
  .branch_center .evCon6 {
    padding: 8rem 1rem 8rem 1rem;
  }
  .branch_center .evCon6 .con_title {
    margin-bottom: 2rem;
  }
  .branch_center .evCon6 .for_table_scroll > div {
    overflow: auto;
    /* custom scrollbar */
  }
  .branch_center .evCon6 .for_table_scroll > div::-webkit-scrollbar {
    width: 20px;
  }
  .branch_center .evCon6 .for_table_scroll > div::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .branch_center .evCon6 .for_table_scroll > div::-webkit-scrollbar-thumb {
    background-color: #a7a7a7;
    border-radius: 20px;
    border: 5px solid transparent;
    background-clip: content-box;
  }
  .branch_center .evCon6 .for_table_scroll > div table {
    width: 100rem;
  }
  .branch_center .evCon6 .for_table_scroll > div table th,
  .branch_center .evCon6 .for_table_scroll > div table td {
    padding: 1rem 0.5rem;
    font-size: 1.2rem;
  }
  .branch_center .evCon6 .tiny_noti {
    margin-top: 1rem;
    font-size: 0.9rem;
  }
  .branch_center .evCon6 .center_color {
    width: 60%;
    margin-top: 3rem;
    font-size: 1.6rem;
  }
  .branch_center .evCon7 {
    padding: 8rem 1rem 8rem 1rem;
  }
  .branch_center .evCon7 .con_title {
    margin-bottom: 1rem;
  }
  .branch_center .evCon7 .con_title h4 {
    font-size: 2rem;
  }
  .branch_center .evCon7 .table.list li {
    position: relative;
    padding: 0.3rem 0 2.7rem 0;
  }
  .branch_center .evCon7 .table.list .table_td:nth-of-type(1) {
    display: none;
    width: 5rem;
    min-height: initial;
    margin-top: 1rem;
    margin-left: 0.8rem;
    padding: 0;
  }
  .branch_center .evCon7 .table.list .table_td:nth-of-type(1).with_tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .branch_center .evCon7 .table.list .table_td:nth-of-type(1) .notice {
    width: 5rem;
    height: 1.9rem;
    line-height: 1.7rem;
    font-size: 1.2rem;
  }
  .branch_center .evCon7 .table.list .table_td:nth-of-type(2) {
    min-height: initial;
    padding: 1rem 0 1rem 0;
  }
  .branch_center .evCon7 .table.list .table_td:nth-of-type(2).with_file {
    padding: 1rem 0 1rem 0;
  }
  .branch_center .evCon7 .table.list .table_td:nth-of-type(2) .subject_title {
    height: 2rem;
    line-height: 2.1rem;
  }
  .branch_center .evCon7 .table.list .table_td:nth-of-type(3) {
    position: absolute;
    left: 1rem;
    bottom: 1.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 7rem;
    padding: 0;
    min-height: initial;
    color: #bbbbbb;
    text-align: left;
  }
  .branch_center .evCon7 .table.list + .table_pagination {
    margin-top: 2rem;
  }
  .branch_center .evCon8 {
    padding: 8rem 1rem 8rem 1rem;
  }
  .branch_center .evCon8 .con_title {
    margin-bottom: 1rem;
  }
  .branch_center .evCon8 .con_title h4 {
    font-size: 2rem;
  }
  .branch_center .evCon8 .box_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .branch_center .evCon8 .box_wrap .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 3rem 1rem 3rem 3rem;
  }
  .branch_center .evCon8 .box_wrap .box_title {
    width: 6.6rem;
    margin-right: 3rem;
    margin-bottom: 0;
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .branch_center .evCon8 .box_wrap .box_inner {
    width: calc(100% - 9.6rem);
  }
  .branch_center .evCon8 .box_wrap .box_inner p {
    font-size: 1.2rem;
  }
  .branch_center .evBanner .inner {
    padding: 5rem 3rem;
  }
  .branch_center .evBanner .con_title h4 {
    font-size: 1.8rem;
  }
  .branch_center .evBanner .con_box {
    width: initial;
  }
  .branch_center .evBanner .con_box a {
    width: 20rem;
    height: 5rem;
    padding-right: 1rem;
    font-size: 1.6rem;
  }
  .branch_center .evBanner .con_box a::before {
    right: 2.5rem;
    width: 1rem;
    height: 1.3rem;
  }
  .branch_modim_wrap .inner {
    padding: 20px 10px;
  }
  .gangnam .evSection.evCon2 .review_box .text {
    min-height: 5rem;
  }
  .dongdm .evSection.evCon2 .con_box {
    max-width: 55.8rem;
  }
  .dongdm .evSection.evCon2 .review_box {
    padding: 3rem 1rem 2.5rem 1rem;
  }
  .dongdm .evSection.evCon2 .review_box .text {
    min-height: 9.4rem;
  }
  .dongdm .evSection.evCon2 .review_box:nth-of-type(1) {
    padding: 3rem 3rem 2.5rem 3rem;
  }
  .dongdm .evSection.evCon2 .review_box:nth-of-type(1) .text {
    min-height: initial;
  }
  .dongdm .evSection.evCon2 .review_box:nth-of-type(2) .text, .dongdm .evSection.evCon2 .review_box:nth-of-type(3) .text {
    min-height: 9.4rem;
  }
  .dongdm .evSection.evCon2 .review_box:nth-of-type(4) .text {
    min-height: 11rem;
  }
  .suwon .evSection.evCon2 .review_box .text {
    min-height: 7.8rem;
  }
  .bucheon .evSection.evCon1 .tab_base li a {
    font-size: 1.4rem;
  }
  .bucheon .evSection.evCon2 .review_box .text {
    min-height: 7.8rem;
  }
  .incheon .evSection.evCon2 .review_box:nth-of-type(1) .text {
    min-height: initial;
  }
  .incheon .evSection.evCon2 .review_box:nth-of-type(2) .text, .incheon .evSection.evCon2 .review_box:nth-of-type(3) .text {
    min-height: 5rem;
  }
  .incheon .evSection.evCon2 .review_box:nth-of-type(4) .text, .incheon .evSection.evCon2 .review_box:nth-of-type(5) .text {
    min-height: 7.8rem;
  }
  .incheon .evSection.evCon3 .box_wrap .box_text p {
    font-size: 1.1rem;
    letter-spacing: -0.1rem;
  }
  .incheon .evSection.evCon3 .box_wrap .box:nth-of-type(1)::before {
    top: 25%;
  }
  .yeongdp .evSection.evCon2 .review_box:nth-of-type(2) .text, .yeongdp .evSection.evCon2 .review_box:nth-of-type(3) .text {
    min-height: 7.8rem;
  }
  .yeongdp .evSection.evCon2 .review_box:nth-of-type(4) .text, .yeongdp .evSection.evCon2 .review_box:nth-of-type(5) .text {
    min-height: 12.5rem;
  }
  .cheonho .evSection.evCon1 .table_wrap > div {
    height: initial;
  }
  .cheonho .evSection.evCon2 .review_box:nth-of-type(2) .text, .cheonho .evSection.evCon2 .review_box:nth-of-type(3) .text {
    min-height: 10.9rem;
  }
  .cheonho .evSection.evCon2 .review_box:nth-of-type(4) .text, .cheonho .evSection.evCon2 .review_box:nth-of-type(5) .text {
    min-height: 10.9rem;
  }
  .cheonho .evSection.evCon5 .con_box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cheonho .evSection.evCon5 .con_box .center_slide_nav {
    height: 16vw;
  }
  .cheonho .evSection.evCon5 .con_box .center_slide_nav .swiper-wrapper .swiper-slide {
    width: calc(25% - 0.75rem) !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  .branch_top {
    height: 17rem;
  }
  .branch_top h2 {
    font-size: 2.4rem;
  }
  .branch .table {
    gap: 3rem 1rem;
  }
  .branch .table li {
    width: 100%;
  }
  .branch .table_th {
    height: calc(68vw - 2rem);
  }
  .branch .table_td:nth-of-type(3) {
    min-height: initial;
  }
  .branch_center_footer .info p {
    font-size: 1.1rem;
  }
  .branch_center_footer .info p::before {
    height: 0.8rem;
  }
  .branch_center .inner .con_box > p {
    font-size: 1.2rem;
  }
  .branch_center .number {
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  .branch_center h3 {
    line-height: 1.2;
    font-size: 3.5rem;
  }
  .branch_center h3 span {
    line-height: 1.2;
}
  .branch_center h4 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
  .branch_center .evMain {
    padding: 8rem 0 8rem 0;
    height: unset;
    background-size: 1940px;
  }
  .branch_center .evMain .con_title {
    margin-bottom: 1.4rem;
  }
  .branch_center .evMain .con_title h4 {
    margin-bottom: 1rem;
    font-size: 3.5rem;
    padding:0 2rem;
  }
  .branch_center .evCon1 .tab_base {
    margin-bottom: 2rem;
  }
  .branch_center .evCon1 .tab_base li {
    min-height: 6rem;
  }
  .branch_center .evCon1 .tab_base li a {
    padding: 1rem 0;
    font-size: 1.4rem;
  }
  .branch_center .evCon1 .table_wrap table tr th,
  .branch_center .evCon1 .table_wrap table tr td {
    padding: 1rem 0.5rem;
    font-size: 1.2rem;
  }
  .branch_center .evCon1 .table_wrap table tr td:last-of-type {
    padding: 1rem 0.5rem;
  }
  .branch_center .evCon1 .table_wrap table tr td.no_last {
    padding: 1rem 0.5rem;
  }
  .branch_center .evCon2 .review_box {
    width: 100%;
    padding: 3rem 1rem 2rem 1rem;
  }
  .branch_center .evCon2 .review_box:first-of-type {
    width: 100%;
  }
  .branch_center .evCon2 .review_box .text {
    min-height: initial !important;
    font-size: 1.1rem;
    letter-spacing: -0.1rem;
  }
  .branch_center .evCon2 .review_box .who {
    font-size: 1rem;
  }
  .branch_center .evCon2 .tiny_noti {
    margin-top: 1rem;
    font-size: 0.9rem;
  }
  .branch_center .evCon3 {
    padding: 8rem 1rem 8rem 1rem;
  }
  .branch_center .evCon3 .con_title {
    margin-bottom: 2rem;
  }
  .branch_center .evCon3 .box_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .branch_center .evCon3 .box_wrap .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 17rem;
  }
  .branch_center .evCon3 .box_wrap .box::before {
    width: 12rem;
    height: 12rem;
  }
  .branch_center .evCon3 .box_wrap .box:nth-of-type(1)::before {
    top: -25%;
    left: -10%;
  }
  .branch_center .evCon3 .box_wrap .box:nth-of-type(2) {
    margin-top: 0;
  }
  .branch_center .evCon3 .box_wrap .box:nth-of-type(2)::before {
    top: -30%;
    left: 22%;
  }
  .branch_center .evCon3 .box_wrap .box:nth-of-type(3)::before {
    top: -25%;
    right: -10%;
  }
  .branch_center .evCon3 .box_wrap .box_img {
    width: 40%;
    height: 100%;
  }
  .branch_center .evCon3 .box_wrap .box_img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .branch_center .evCon3 .box_wrap .box_text {
    width: initial;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .branch_center .evCon3 .box_wrap .box_text p {
    font-size: 1.1rem;
    letter-spacing: -0.1rem;
  }
  .branch_center .evCon3 .box_wrap .box_text p b {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
  }
  .branch_center .evCon4 {
    padding: 8rem 1rem 8rem 1rem;
  }
  .branch_center .evCon4 .con_title {
    margin-bottom: 2rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide {
    width: 60vw;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap {
    height: 129vw;
    padding: 4rem 3rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .type {
    margin-bottom: 1.6rem;
    font-size: 2.6rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .name {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .name::after {
    margin-left: 0.4rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .new {
    width: 5rem;
    height: 1.9rem;
    line-height: 1.7rem;
    font-size: 1.1rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .portrait > img {
    width: 60vw;
    height: 88vw;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .overlay h6 {
    margin-bottom: 3.3rem;
    font-size: 1.7rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .overlay p {
    font-size: 1.3rem;
    text-underline-offset: 0.5rem;
  }
  .branch_center .evCon4 .slide_teacher .swiper-pagination {
    bottom: -3rem;
  }
  .branch_center .evCon5 {
    padding: 8rem 1rem 8rem 1rem;
  }
  .branch_center .evCon5 .con_title {
    margin-bottom: 2rem;
  }
  .branch_center .evCon5 .con_box .center_slide_view {
    height: 65vw;
  }
  .branch_center .evCon5 .con_box .center_slide_nav {
    height: 46vw;
  }
  .branch_center .evCon5 .con_box .center_slide_nav .swiper-wrapper .swiper-slide {
    width: 100% !important;
    height: 100%;
  }
  .branch_center .evCon6 {
    padding: 8rem 1rem 8rem 1rem;
  }
  .branch_center .evCon6 .con_title {
    margin-bottom: 2rem;
  }
  .branch_center .evCon6 .for_table_scroll > div {
    overflow: auto;
    /* custom scrollbar */
  }
  .branch_center .evCon6 .for_table_scroll > div::-webkit-scrollbar {
    width: 20px;
  }
  .branch_center .evCon6 .for_table_scroll > div::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .branch_center .evCon6 .for_table_scroll > div::-webkit-scrollbar-thumb {
    background-color: #a7a7a7;
    border-radius: 20px;
    border: 5px solid transparent;
    background-clip: content-box;
  }
  .branch_center .evCon6 .for_table_scroll > div table {
    width: 100rem;
  }
  .branch_center .evCon6 .for_table_scroll > div table th,
  .branch_center .evCon6 .for_table_scroll > div table td {
    padding: 1rem 0.5rem;
    font-size: 1.2rem;
  }
  .branch_center .evCon6 .tiny_noti {
    margin-top: 1rem;
    font-size: 0.9rem;
  }
  .branch_center .evCon6 .center_color {
    width: 70%;
    height: 5rem;
    margin-top: 3rem;
    font-size: 1.6rem;
  }
  .branch_center .evCon7 {
    padding: 8rem 1rem 8rem 1rem;
  }
  .branch_center .evCon7 .con_title {
    margin-bottom: 1rem;
  }
  .branch_center .evCon7 .con_title h4 {
    font-size: 2rem;
  }
  .branch_center .evCon7 .table.list + .table_pagination {
    margin-top: 2rem;
  }
  .branch_center .evCon8 .map {
    display: inline-block;
    height: 15rem;
  }
  .branch_center .evCon8 .map > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .branch_center .evCon8 .box_wrap .box {
    padding: 3rem 1rem 3rem 2rem;
  }
  .branch_center .evCon8 .box_wrap .box_title {
    width: 6.3rem;
    margin-right: 2rem;
  }
  .branch_center .evCon8 .box_wrap .box_inner {
    width: calc(100% - 9.3rem);
  }
  .branch_center .evBanner .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .branch_center .evBanner .con_title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .branch_center .evBanner .con_title h4 {
    text-align: center;
  }
  .branch_center .evBanner .con_box {
    width: 100%;
  }
  .branch_center .evBanner .con_box a {
    width: 100%;
  }
  .bucheon .evSection.evCon1 .tab_base li a {
    font-size: 1.1rem;
    letter-spacing: -0.15rem;
  }
  .cheonho .evSection.evCon5 .con_box .center_slide_nav {
    height: 16vw;
  }
  .cheonho .evSection.evCon5 .con_box .center_slide_nav .swiper-wrapper .swiper-slide {
    width: calc(25% - 0.75rem) !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 359px) {
  .branch_top {
    height: 13rem;
  }
  .branch_top h2 {
    font-size: 1.8rem;
  }
  .branch_center .number {
    width: 2.3rem;
    height: 2.3rem;
    line-height: 2.2rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
  .branch_center h3 {
    font-size: 3rem;
  }
  .branch_center h4 {
    font-size: 1.6rem;
  }
  .branch_center .evMain .con_title h4 {
    margin-bottom: 1rem;
    font-size: 3.5rem;
    padding:0 1rem;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide {
    width: 70vw;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap {
    height: 151vw;
  }
  .branch_center .evCon4 .slide_teacher .slide_box_teacher .swiper-slide .teacher_wrap .portrait > img {
    width: 70vw;
    height: 103vw;
  }
  .branch_center .evCon6 .center_color {
    width: 85%;
  }
  .branch_center .evCon8 .box_wrap .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3rem 2rem 3rem 2rem;
  }
  .branch_center .evCon8 .box_wrap .box_title {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .branch_center .evCon8 .box_wrap .box_inner {
    width: 100%;
  }
  .branch_center .evBanner .con_title h4 {
    font-size: 1.4rem;
  }
  .branch_center .evBanner .con_box a {
    height: 4rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1200px) and (orientation: landscape) {
  .branch_modim .slide_modim:not(:first-of-type) {
    margin-top: 1rem;
  }
  .branch_modim .slide_modim .swiper-slide > img {
    height: 15vh;
  }
}/*# sourceMappingURL=branch.css.map */